ENV

Section: Misc. Reference Manual Pages (1L)
Index Return to Main Contents
 

NAME

env - run a program in a modified environment  

SYNOPSIS

env [-] [-i] [-u name] [--ignore-environment] [--unset=name] [name=value]... [command [args...]]  

DESCRIPTION

This manual page documents the GNU version of env. env runs a command with an environment modified as specified by the command line arguments. Arguments of the form `variable=value' set the environment variable variable to value value. value may be empty (`variable='). Setting a variable to an empty value is different from unsetting it.

The first remaining argument specifies a program to invoke; it is searched for according to the specification of the PATH environment variable. Any arguments following that are passed as arguments to that program.

If no command name is specified following the environment specifications, the resulting environment is printed. This is like specifying a command name of `printenv'.  

OPTIONS

-u, --unset name
Remove variable name from the environment, if it was in the environment.
-, -i, --ignore-environment
Start with an empty environment, ignoring the inherited environment.

The long-named options can be introduced with `+' as well as `--', for compatibility with previous releases. Eventually support for `+' will be removed, because it is incompatible with the POSIX.2 standard.


 

Index

NAME
SYNOPSIS
DESCRIPTION
OPTIONS

This document was created by man2html, using the manual pages.
Time: 17:13:02 GMT, January 16, 2023